Helpful Information
 
 
Category: vBulletin Open Source Products
Design issue when using >3 issue types

When using more than 3? Issue types, the Project table disaligns.

See image.

This will be review ASAP.

just for information....

when you have a description with a lot of rows for your project same design issue will apply.

and some extra... every one pressed [Enter] in the description field of project will add a new line to the description.. even HTML was not used.

This was fixed but it should bug on IE7-. I will not fix any IE bugs since yesterday. Got more headaches than needed.

my screenshot is from FF 3.6.3 ;)

my screenshot is from FF 3.6.3 ;)

The fix will be in 2.1.1.

All bugs displayed here should be fixed in 2.1.1 now.

All bugs displayed here should be fixed in 2.1.1 now.
Any approximate release date for 2.1.1 ?

Short answer: Soon™

Long answer: When it will be ready.

I prefer the short awnser :)

When using more than 3? Issue types, the Project table disaligns.

See image.

For a fix until the new version is released, change the height value of the class:

.pt_overview .blockrow {
padding-top: 5px;
padding-bottom: 5px;
border-top: solid 1px {vb:stylevar light_border.borderColor};
height: 48px;
}


I have 4 issue types, and changing the value to:

height: 60px;


..did the job fine.

This is fixed in 2.1.1. The height is only for IE6/7 and is a part of a sort of hack for min-height CSS.

As for the height beeing only for IE6/7, i cannot agree with that, at least in my case.

I had it on Firefox 3.6.3, and changing it to the above value (for 4 issue types) solved my design issue.

For IE6/7, this is known as min-height and adapt it automatically if you have more than 3 issue types in a project.










privacy (GDPR)